home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000108_news@columbia.edu_Thu Jun 8 10:03:22 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12708
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 11 Jun 1995 01:17:17 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04674
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 11 Jun 1995 01:17:15 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: String manipulations
  9. Message-Id: <1995Jun8.160322.53682@cc.usu.edu>
  10. Date: 8 Jun 95 16:03:22 MDT
  11. References: <3r7lcl$956@feenix.metronet.com>
  12. Organization: Utah State University
  13. Lines: 13
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3r7lcl$956@feenix.metronet.com>, brit@metronet.com (Brit Systems) writes:
  17. > What calls are there to parse a string?
  18. > Like I need to get the filename out of a fully qualified filename.
  19. > getfilename C:/SOME/DUMB.FIL
  20. > will provide DUMB.FIL
  21. > It's gotta be easy, but I can't find it.
  22. -------------
  23.     For what operating system, please? Version of Kermit too.
  24. Take a look at the \f...() functions of the current C kermit and
  25. MS-DOS Kermit.
  26.     Joe D.